/*

Theme Name: Twenty Sixteen


Description: Twenty Sixteene Child Theme


Author: Suraj


Author URI: https://example.com


Template: twentysixteen


Version: 1.0.0


License: GNU General Public License v2 or later


License URI: http://www.gnu.org/licenses/gpl-2.0.html


Tags: two-column, responsive-layout


Text Domain: twentysixteenchild


*/
@import url("https://fonts.googleapis.com/css?family=Lora:400,400i,700");
.single-post-box{
    padding:25px  0 20px;
    width: 100%;
    float: left;
}
.single-post-box h2, .single-post-box h3, .single-post-box h4{
    color: #363636;
    font-size: 25px;
}
.single-post-title{
    width: 100%;
    color: #363636;font-size: 30px;
    text-transform: uppercase;
}
.date .fa{
    color: #D3A04F;
    font-weight: 500;
}
.featureimg{
    width: 100%;
    margin: 25px 0;
}
.featureimg img{
    width: 100%;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    border-radius: 5px;
}

.singlepostdata{
    text-align: justify;
    font-family: sans-serif;
}
.single-post-box .widget{
    margin: 20px 0;
    width: 100%;    background: #f7f7f7;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 18%);
    border-radius: 10px;
    padding: 10px 15px;
    font-family: 'GothamBold';
}
.single-post-box .wp-block-latest-posts__list li{
    padding: 5px 0; position:relative;
} 
.single-post-box .wp-block-latest-posts__list li:before{
     font-family: 'FontAwesome';
    content: "\f101";
    font-weight: 900;
    padding-right: 10px;
    position: absolute;
    left: 0px;
}
.single-post-box .wp-block-latest-posts__list li a{
       color: #363636;
    font-size: medium;
    display: inline-block;
    padding-left: 15px;
    line-height: 22px;
}
.single-post-box .wp-block-latest-posts__list li a:hover{ color:#d5a009;}
.single-post-box .wp-block-latest-posts__list li:hover:before{ color:#d5a009;}
.widget label{
    font-size: 25px;
    color: #363636;
    padding: 5px;
}
.single-post-box .widget [type=search] {
    border: none;
    border: 2px solid #E0A94F;
    border-right: none;
    border-radius: 20px 0 0 20px;
    padding: 10px;
}
.single-post-box .widget [type=search]:focus-visible{
    border: none;
    border: 2px solid #E0A94F;
    outline: none;
    box-shadow: inset 0px 0px 5px #E0A94F;
}
.single-post-box .widget .wp-block-search__button   {
    cursor: pointer;
    border: none;
    background: #00923F;
    border-radius: 0 20px 20px 0;
    margin: 0;
    padding: 10px;
    color: #fff;
}
.blockquote {
  padding: 20px;
}

.quote {
  font-family: Lora, sans-serif;
  font-size: 1.2rem;
  max-width: 400px;
  line-height: 1.4;
  font-style: italic;
}
.pagination{
    display: block !important;
}
.pagination .page-numbers{
    background: #f7f7f7;
    color: #363636;
    padding:5px 10px;
    border: 1px solid #969494;
    border-radius: 5px;
}
.pagination .current{
    background-color: #00923F;
    color:#fff;
    font-weight: 600;
}
.error-404 img{
    display: block;
    margin: 50px auto;
}